Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed several bugs #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Fixed several bugs #1

wants to merge 6 commits into from

Conversation

jmdaweb
Copy link

@jmdaweb jmdaweb commented Jan 25, 2019

In this pull request, the following bugs have been fixed:

  • InstallTasks: call conf.save() after updating the config spec. If the user has the option save on exit disabled, this task did nothing.
  • Removed unnecesary 'u' flag on many strings (Python 3 compatibility).
  • Function _getBaseValue: if an exception is raised when trying to get val1, set val1 to None
  • Function onOk: call super() in last place. If it is called in the first line, controls are destroyed and you can't retrieve information.
  • sconstruct: use the extensions keyword when calling markdown.markdown, fixing build errors.

Let's make this add-on come to life again!

@Robert-J-H
Copy link
Owner

Robert-J-H commented Jan 25, 2019 via email

@jmdaweb
Copy link
Author

jmdaweb commented Jan 25, 2019

Hi.
Personally, I would forget about profile-specific code and make numlock and volume work in the same way. We can work on that later, but the priority now is releasing a working add-on.
I announced this morning the add-on on nvda.es website, but I didn't test it before. With these bugs fixed, you can receive a lot of feedback and decide how to continue.
Regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants